BuildUp<T> Method

Summary
Run an existing object through the container and perform injection on it.
Syntax
C#
VB
C++
public static T BuildUp<T>( 
   T existing 
) 
  
Public Shared Function BuildUp(Of T)( _ 
   ByVal existing As T _ 
) As T 
public: 
static _T^_ BuildUpgeneric<typename T> 
(  
   _T^_ existing 
)  

Parameters

existing
Instance to build up.

Type Parameters

T
Type of object to perform injection on

Return Value

The resulting object. By default, this will be existing, but container extensions may add things like automatic proxy creation which would cause this to return a different object (but still type compatible with T).

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.